 Falcon Fighter 



An extremely amazing JavaScript air fighter game that looks just like an arcade game! It is absolutely amazing! You have to give it a try to understand. You can move the fighter plane with the J, K, L, and I keys and shoot at the enemy planes with Z, and X keys. You only get one life but if you make it far through a level, you play against big enemy bosses. Wow, color me impressed. 
--------------------------------------------------------------------------------
 

<!-- ONE STEP TO INSTALL FALCON FIGHTER OPENER:

  1.  Add the code into the BODY of your HTML document  -->

<!-- STEP ONE: Paste this code into the BODY of your HTML document  -->

<center>
<form name="open-race">
<input type=button value="Play Falcon Fighter" onClick="window.open('falcon-fighter-example.html','race','top=100,left=100,width=575,height=400');">
</form>
</center>

<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size:  0.30 KB -->